Conversation
✅
|
|
🐋 This PR was built and pushed to the following Docker images: Image Names: Platforms: Image Tags: Docker metadata{
"buildx.build.ref": "builder-a3beb108-e445-4cc5-a20f-f8d3d8706115/builder-a3beb108-e445-4cc5-a20f-f8d3d87061150/5po8t4dzjz718dtby73lfc641",
"containerimage.descriptor": {
"mediaType": "application/vnd.oci.image.index.v1+json",
"digest": "sha256:7132049d8cc18badc51f2e4e76eb8ee72096a5a7fb3bbd965ef53d9608936e09",
"size": 1609
},
"containerimage.digest": "sha256:7132049d8cc18badc51f2e4e76eb8ee72096a5a7fb3bbd965ef53d9608936e09",
"image.name": "ghcr.io/graphql-hive/router:pr-527,ghcr.io/graphql-hive/router:sha-eb47e55"
} |
11 tasks
# Conflicts: # release-plz.toml
|
🐋 This PR was built and pushed to the following Docker images: Image Names: Platforms: Image Tags: Docker metadata{
"buildx.build.ref": "builder-0660cebc-f6ec-4444-86b8-e6a12a864bae/builder-0660cebc-f6ec-4444-86b8-e6a12a864bae0/1i5hriialh6w4e9i2q2ryzquo",
"containerimage.descriptor": {
"mediaType": "application/vnd.oci.image.index.v1+json",
"digest": "sha256:26126dddc90d5b9e5016167cbe8a11fbf4a7e290a56b07e1c973d5e1d09a9d39",
"size": 1609
},
"containerimage.digest": "sha256:26126dddc90d5b9e5016167cbe8a11fbf4a7e290a56b07e1c973d5e1d09a9d39",
"image.name": "ghcr.io/graphql-hive/router:pr-527,ghcr.io/graphql-hive/router:sha-0d40e0b"
} |
ardatan
reviewed
Nov 5, 2025
| napi::Error::from_reason(format!("Failed to create query planner: {}", err)) | ||
| })?; | ||
|
|
||
| let consumer_schema = planner.consumer_schema.document.to_string(); |
Member
There was a problem hiding this comment.
I think we don't use this, do we?
Member
Author
There was a problem hiding this comment.
We don't, I was experimenting and left the consumer schema here. Could be useful for others.
ardatan
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref ROUTER-191
Ref ROUTER-33
Related graphql-hive/gateway#1629
Distributed as a npm package on
@graphql-hive/router-query-plannerusing NAPI-RS.Manually released under
@graphql-hive/router-query-planneron npm.See node addon readme.
TODO